GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-13T05:22:04.787299+00:00",
"SubmitDate": "2026-06-13T05:22:04.787299+00:00",
"ReportPeriodStart": "2026-06-13T05:22:04.787299+00:00",
"ReportPeriodEnd": "2026-06-13T05:22:04.787299+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8ba8eecf-2454-4569-b854-afc7a035b792",
"Rows": [
{
"ItemId": "9b08abed-738e-417f-9f26-8a7e34ce382b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b08abed-738e-417f-9f26-8a7e34ce382b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8ba8eecf-2454-4569-b854-afc7a035b792",
"Rows": [
{
"ItemId": "9b08abed-738e-417f-9f26-8a7e34ce382b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b08abed-738e-417f-9f26-8a7e34ce382b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"525846b8-bf6c-4ab9-ae1a-456a74ed71a1",
"0b712617-745c-40ed-b092-c8d86b70db60"
],
"Approvers": [
"7fe68e17-e25e-4f34-9fe6-14e209ad6a2b",
"21242317-30c1-4cbf-8a6a-0d5e39a9f311"
],
"ApprovedBy": "61686282-e4e3-42d8-b6c3-8eb9332f2f1f",
"ApprovalDate": "2026-06-13T05:22:04.787299+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "176b1a36-3ac9-4596-8a27-7945145fe4eb",
"id": "e30c26a5-c53e-4b09-8a5a-6dad2c956c54",
"ConfigId": "2fc8cb67-c583-48a1-87a5-7a530b8f7f43"
},
{
"GenerationDate": "2026-06-13T05:22:04.787299+00:00",
"SubmitDate": "2026-06-13T05:22:04.787299+00:00",
"ReportPeriodStart": "2026-06-13T05:22:04.787299+00:00",
"ReportPeriodEnd": "2026-06-13T05:22:04.787299+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8ba8eecf-2454-4569-b854-afc7a035b792",
"Rows": [
{
"ItemId": "9b08abed-738e-417f-9f26-8a7e34ce382b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b08abed-738e-417f-9f26-8a7e34ce382b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8ba8eecf-2454-4569-b854-afc7a035b792",
"Rows": [
{
"ItemId": "9b08abed-738e-417f-9f26-8a7e34ce382b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9b08abed-738e-417f-9f26-8a7e34ce382b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"525846b8-bf6c-4ab9-ae1a-456a74ed71a1",
"0b712617-745c-40ed-b092-c8d86b70db60"
],
"Approvers": [
"7fe68e17-e25e-4f34-9fe6-14e209ad6a2b",
"21242317-30c1-4cbf-8a6a-0d5e39a9f311"
],
"ApprovedBy": "61686282-e4e3-42d8-b6c3-8eb9332f2f1f",
"ApprovalDate": "2026-06-13T05:22:04.787299+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "176b1a36-3ac9-4596-8a27-7945145fe4eb",
"id": "e30c26a5-c53e-4b09-8a5a-6dad2c956c54",
"ConfigId": "2fc8cb67-c583-48a1-87a5-7a530b8f7f43"
}
]